Skip to main content
Glama
SecretiveShell

all the tools

MCP Task Manager Server_expandTask

Break down a parent task into subtasks by providing descriptions, project ID, and parent task ID. Optionally replace existing subtasks using the 'force' flag.

Instructions

Breaks down a specified parent task into multiple subtasks based on provided descriptions. Requires the project ID, the parent task ID, and an array of descriptions for the new subtasks. Optionally allows forcing the replacement of existing subtasks using the 'force' flag. Returns the updated parent task details, including the newly created subtasks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNoOptional flag (default false). If true, any existing subtasks of the parent task will be deleted before creating the new ones. If false and subtasks exist, the operation will fail.
project_idYesThe unique identifier (UUID) of the project containing the parent task.
subtask_descriptionsYesAn array of descriptions (1-20) for the new subtasks to be created under the parent task.
task_idYesThe unique identifier of the parent task to be expanded.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes the mutation behavior ('breaks down', 'creates'), the conditional logic around existing subtasks (force flag behavior), and the return value ('Returns the updated parent task details'). It doesn't mention permission requirements, rate limits, or error handling specifics, but covers the core behavioral traits well for a tool with no annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is perfectly structured and front-loaded: first sentence states the core purpose, second lists required parameters, third explains the optional flag's behavior, fourth describes the return value. Every sentence earns its place with zero wasted words, making it highly scannable and efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with no annotations and no output schema, the description does well: it explains the operation's purpose, parameters, conditional behavior (force flag), and return value. However, it doesn't mention potential side effects beyond subtask creation/deletion, error conditions beyond the force flag scenario, or what specific details are included in 'updated parent task details.' Given the complexity and lack of structured metadata, it's quite complete but has minor gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description mentions the three required parameters and the optional force flag, but adds minimal semantic value beyond what's in the schema descriptions. It provides context about what the parameters represent ('project ID', 'parent task ID', 'descriptions for new subtasks') but doesn't explain relationships or usage patterns beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with specific verbs ('breaks down', 'based on provided descriptions') and resources ('parent task', 'subtasks'), and distinguishes it from siblings like addTask (which adds a single task) or updateTask (which modifies existing tasks). It explicitly mentions creating multiple subtasks from a parent task, which is unique among the task management tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use this tool ('breaks down a specified parent task into multiple subtasks'), but doesn't explicitly state when NOT to use it or name specific alternatives. It implies usage for task decomposition scenarios but lacks explicit exclusions like 'use addTask for single tasks' or 'use updateTask for modifying existing subtasks'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Related Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SecretiveShell/MCP-allthetools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server